List

Searches the address book for group contacts matching a specified pattern.

listResult listGroupContacts( beeId parent , predicateAndSortListParameters filter )

Parameters

parent
Type: beeId The AddressBook to be searched. Note: for all the predicates in filter, % and _ are the wild cards supported. % is to substitute one or more characters, and _ to substitute single character. Examples foo%, fo_.
filter
Type: predicateAndSortListParameters The search constraint which specifies the query and sort order.